home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-codec-install.postinst < prev    next >
Text File  |  2009-10-20  |  501b  |  18 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_pycentral
  6. rm -f /var/lib/pycentral/gnome-codec-install.pkgremove
  7. if which pycentral >/dev/null 2>&1; then
  8.     pycentral pkginstall gnome-codec-install
  9.     if grep -qs '^gnome-codec-install$' /var/lib/pycentral/delayed-pkgs; then
  10.         sed -i '/^gnome-codec-install$/d' /var/lib/pycentral/delayed-pkgs
  11.     fi
  12. fi
  13. # End automatically added section
  14.  
  15.  
  16. update-alternatives --install /usr/bin/gstreamer-codec-install gstreamer-codec-install /usr/bin/gnome-codec-install 85
  17.  
  18.